1 namespace WarehouseManagementSystem
2 {
3     
partial class frmOrder
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Windows Form Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             
this.components = new System.ComponentModel.Container();
32             System.ComponentModel.ComponentResourceManager resources =
new System.ComponentModel.ComponentResourceManager(typeof(frmOrder));
33             
this.Label13 = new System.Windows.Forms.Label();
34             
this.Label4 = new System.Windows.Forms.Label();
35             
this.Label1 = new System.Windows.Forms.Label();
36             
this.Label2 = new System.Windows.Forms.Label();
37             
this.Label3 = new System.Windows.Forms.Label();
38             
this.txtCustomerName = new System.Windows.Forms.TextBox();
39             
this.Button4 = new System.Windows.Forms.Button();
40             
this.Button1 = new System.Windows.Forms.Button();
41             
this.txtInvoiceNo = new System.Windows.Forms.TextBox();
42             
this.dtpInvoiceDate = new System.Windows.Forms.DateTimePicker();
43             
this.txtCustomerID = new System.Windows.Forms.TextBox();
44             
this.GroupBox1 = new System.Windows.Forms.GroupBox();
45             
this.txtTotalAmount = new System.Windows.Forms.TextBox();
46             
this.Label11 = new System.Windows.Forms.Label();
47             
this.Button7 = new System.Windows.Forms.Button();
48             
this.Label5 = new System.Windows.Forms.Label();
49             
this.txtProductName = new System.Windows.Forms.TextBox();
50             
this.Label12 = new System.Windows.Forms.Label();
51             
this.txtSaleQty = new System.Windows.Forms.TextBox();
52             
this.Label9 = new System.Windows.Forms.Label();
53             
this.txtPrice = new System.Windows.Forms.TextBox();
54             
this.Label10 = new System.Windows.Forms.Label();
55             
this.txtAvailableQty = new System.Windows.Forms.TextBox();
56             
this.ListView1 = new System.Windows.Forms.ListView();
57             
this.ColumnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
58             
this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
59             
this.ColumnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
60             
this.ColumnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
61             
this.ColumnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
62             
this.ColumnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
63             
this.Panel2 = new System.Windows.Forms.Panel();
64             
this.cmbStatus = new System.Windows.Forms.ComboBox();
65             
this.cmbPaymentType = new System.Windows.Forms.ComboBox();
66             
this.label20 = new System.Windows.Forms.Label();
67             
this.label18 = new System.Windows.Forms.Label();
68             
this.txtRemarks = new System.Windows.Forms.RichTextBox();
69             
this.label7 = new System.Windows.Forms.Label();
70             
this.txtDiscountAmount = new System.Windows.Forms.TextBox();
71             
this.label17 = new System.Windows.Forms.Label();
72             
this.txtDiscountPer = new System.Windows.Forms.TextBox();
73             
this.label8 = new System.Windows.Forms.Label();
74             
this.txtPaymentDue = new System.Windows.Forms.TextBox();
75             
this.txtTotalPayment = new System.Windows.Forms.TextBox();
76             
this.Label19 = new System.Windows.Forms.Label();
77             
this.payment = new System.Windows.Forms.Label();
78             
this.txtTotal = new System.Windows.Forms.TextBox();
79             
this.Label16 = new System.Windows.Forms.Label();
80             
this.txtTaxAmt = new System.Windows.Forms.TextBox();
81             
this.Label24 = new System.Windows.Forms.Label();
82             
this.txtTaxPer = new System.Windows.Forms.TextBox();
83             
this.Label15 = new System.Windows.Forms.Label();
84             
this.txtSubTotal = new System.Windows.Forms.TextBox();
85             
this.Label14 = new System.Windows.Forms.Label();
86             
this.btnRemove = new System.Windows.Forms.Button();
87             
this.btnPrint = new System.Windows.Forms.Button();
88             
this.Panel1 = new System.Windows.Forms.Panel();
89             
this.btnUpdate = new System.Windows.Forms.Button();
90             
this.NewRecord = new System.Windows.Forms.Button();
91             
this.Delete = new System.Windows.Forms.Button();
92             
this.Save = new System.Windows.Forms.Button();
93             
this.txtProductID = new System.Windows.Forms.TextBox();
94             
this.dataGridView1 = new System.Windows.Forms.DataGridView();
95             
this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
96             
this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
97             
this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
98             
this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
99             
this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
100             
this.groupBox2 = new System.Windows.Forms.GroupBox();
101             
this.txtProduct = new System.Windows.Forms.TextBox();
102             
this.timer1 = new System.Windows.Forms.Timer(this.components);
103             
this.label6 = new System.Windows.Forms.Label();
104             
this.GroupBox1.SuspendLayout();
105             
this.Panel2.SuspendLayout();
106             
this.Panel1.SuspendLayout();
107             ((System.ComponentModel.ISupportInitialize)(
this.dataGridView1)).BeginInit();
108             
this.groupBox2.SuspendLayout();
109             
this.SuspendLayout();
110             
//
111             
// Label13
112             
//
113             
this.Label13.AutoSize = true;
114             
this.Label13.BackColor = System.Drawing.Color.LightGray;
115             
this.Label13.Font = new System.Drawing.Font("Palatino Linotype", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
116             
this.Label13.Location = new System.Drawing.Point(33, 22);
117             
this.Label13.Name = "Label13";
118             
this.Label13.Size = new System.Drawing.Size(60, 22);
119             
this.Label13.TabIndex = 96;
120             
this.Label13.Text = "Billing";
121             
//
122             
// Label4
123             
//
124             
this.Label4.AutoSize = true;
125             
this.Label4.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
126             
this.Label4.Location = new System.Drawing.Point(34, 64);
127             
this.Label4.Name = "Label4";
128             
this.Label4.Size = new System.Drawing.Size(71, 17);
129             
this.Label4.TabIndex = 99;
130             
this.Label4.Text = "Invoice No.";
131             
//
132             
// Label1
133             
//
134             
this.Label1.AutoSize = true;
135             
this.Label1.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
136             
this.Label1.Location = new System.Drawing.Point(34, 128);
137             
this.Label1.Name = "Label1";
138             
this.Label1.Size = new System.Drawing.Size(80, 17);
139             
this.Label1.TabIndex = 97;
140             
this.Label1.Text = "Customer ID";
141             
//
142             
// Label2
143             
//
144             
this.Label2.AutoSize = true;
145             
this.Label2.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
146             
this.Label2.Location = new System.Drawing.Point(34, 161);
147             
this.Label2.Name = "Label2";
148             
this.Label2.Size = new System.Drawing.Size(98, 17);
149             
this.Label2.TabIndex = 98;
150             
this.Label2.Text = "Customer Name";
151             
//
152             
// Label3
153             
//
154             
this.Label3.AutoSize = true;
155             
this.Label3.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
156             
this.Label3.Location = new System.Drawing.Point(34, 96);
157             
this.Label3.Name = "Label3";
158             
this.Label3.Size = new System.Drawing.Size(77, 17);
159             
this.Label3.TabIndex = 100;
160             
this.Label3.Text = "Invoice Date";
161             
//
162             
// txtCustomerName
163             
//
164             
this.txtCustomerName.Location = new System.Drawing.Point(159, 158);
165             
this.txtCustomerName.Name = "txtCustomerName";
166             
this.txtCustomerName.ReadOnly = true;
167             
this.txtCustomerName.Size = new System.Drawing.Size(353, 24);
168             
this.txtCustomerName.TabIndex = 104;
169             
//
170             
// Button4
171             
//
172             
this.Button4.Location = new System.Drawing.Point(360, 62);
173             
this.Button4.Name = "Button4";
174             
this.Button4.Size = new System.Drawing.Size(29, 21);
175             
this.Button4.TabIndex = 106;
176             
this.Button4.Text = "<";
177             
this.Button4.UseVisualStyleBackColor = true;
178             
this.Button4.Click += new System.EventHandler(this.Button4_Click);
179             
//
180             
// Button1
181             
//
182             
this.Button1.Location = new System.Drawing.Point(360, 128);
183             
this.Button1.Name = "Button1";
184             
this.Button1.Size = new System.Drawing.Size(29, 21);
185             
this.Button1.TabIndex = 105;
186             
this.Button1.Text = "<";
187             
this.Button1.UseVisualStyleBackColor = true;
188             
this.Button1.Click += new System.EventHandler(this.Button1_Click);
189             
//
190             
// txtInvoiceNo
191             
//
192             
this.txtInvoiceNo.Location = new System.Drawing.Point(159, 61);
193             
this.txtInvoiceNo.Name = "txtInvoiceNo";
194             
this.txtInvoiceNo.ReadOnly = true;
195             
this.txtInvoiceNo.Size = new System.Drawing.Size(185, 24);
196             
this.txtInvoiceNo.TabIndex = 101;
197             
//
198             
// dtpInvoiceDate
199             
//
200             
this.dtpInvoiceDate.CustomFormat = "dd/MMM/yyyy";
201             
this.dtpInvoiceDate.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
202             
this.dtpInvoiceDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
203             
this.dtpInvoiceDate.Location = new System.Drawing.Point(159, 92);
204             
this.dtpInvoiceDate.Name = "dtpInvoiceDate";
205             
this.dtpInvoiceDate.Size = new System.Drawing.Size(120, 24);
206             
this.dtpInvoiceDate.TabIndex = 102;
207             
//
208             
// txtCustomerID
209             
//
210             
this.txtCustomerID.Location = new System.Drawing.Point(159, 127);
211             
this.txtCustomerID.Name = "txtCustomerID";
212             
this.txtCustomerID.ReadOnly = true;
213             
this.txtCustomerID.Size = new System.Drawing.Size(185, 24);
214             
this.txtCustomerID.TabIndex = 103;
215             
//
216             
// GroupBox1
217             
//
218             
this.GroupBox1.Controls.Add(this.txtTotalAmount);
219             
this.GroupBox1.Controls.Add(this.Label11);
220             
this.GroupBox1.Controls.Add(this.Button7);
221             
this.GroupBox1.Controls.Add(this.Label5);
222             
this.GroupBox1.Controls.Add(this.txtProductName);
223             
this.GroupBox1.Controls.Add(this.Label12);
224             
this.GroupBox1.Controls.Add(this.txtSaleQty);
225             
this.GroupBox1.Controls.Add(this.Label9);
226             
this.GroupBox1.Controls.Add(this.txtPrice);
227             
this.GroupBox1.Controls.Add(this.Label10);
228             
this.GroupBox1.Controls.Add(this.txtAvailableQty);
229             
this.GroupBox1.Location = new System.Drawing.Point(37, 197);
230             
this.GroupBox1.Name = "GroupBox1";
231             
this.GroupBox1.Size = new System.Drawing.Size(651, 147);
232             
this.GroupBox1.TabIndex = 107;
233             
this.GroupBox1.TabStop = false;
234             
this.GroupBox1.Text = "Product Details";
235             
//
236             
// txtTotalAmount
237             
//
238             
this.txtTotalAmount.Location = new System.Drawing.Point(370, 103);
239             
this.txtTotalAmount.Name = "txtTotalAmount";
240             
this.txtTotalAmount.ReadOnly = true;
241             
this.txtTotalAmount.Size = new System.Drawing.Size(132, 24);
242             
this.txtTotalAmount.TabIndex = 93;
243             
//
244             
// Label11
245             
//
246             
this.Label11.AutoSize = true;
247             
this.Label11.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
248             
this.Label11.Location = new System.Drawing.Point(26, 106);
249             
this.Label11.Name = "Label11";
250             
this.Label11.Size = new System.Drawing.Size(57, 17);
251             
this.Label11.TabIndex = 89;
252             
this.Label11.Text = "Sale Qty.";
253             
//
254             
// Button7
255             
//
256             
this.Button7.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
257             
this.Button7.Location = new System.Drawing.Point(522, 27);
258             
this.Button7.Name = "Button7";
259             
this.Button7.Size = new System.Drawing.Size(87, 23);
260             
this.Button7.TabIndex = 6;
261             
this.Button7.Text = "&Add To Cart";
262             
this.Button7.UseVisualStyleBackColor = true;
263             
this.Button7.Click += new System.EventHandler(this.Button7_Click);
264             
//
265             
// Label5
266             
//
267             
this.Label5.AutoSize = true;
268             
this.Label5.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
269             
this.Label5.Location = new System.Drawing.Point(26, 33);
270             
this.Label5.Name = "Label5";
271             
this.Label5.Size = new System.Drawing.Size(87, 17);
272             
this.Label5.TabIndex = 74;
273             
this.Label5.Text = "Product Name";
274             
//
275             
// txtProductName
276             
//
277             
this.txtProductName.Location = new System.Drawing.Point(138, 28);
278             
this.txtProductName.Name = "txtProductName";
279             
this.txtProductName.ReadOnly = true;
280             
this.txtProductName.Size = new System.Drawing.Size(364, 24);
281             
this.txtProductName.TabIndex = 1;
282             
//
283             
// Label12
284             
//
285             
this.Label12.AutoSize = true;
286             
this.Label12.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
287             
this.Label12.Location = new System.Drawing.Point(26, 67);
288             
this.Label12.Name = "Label12";
289             
this.Label12.Size = new System.Drawing.Size(61, 17);
290             
this.Label12.TabIndex = 87;
291             
this.Label12.Text = "Unit Price";
292             
//
293             
// txtSaleQty
294             
//
295             
this.txtSaleQty.Location = new System.Drawing.Point(138, 99);
296             
this.txtSaleQty.Name = "txtSaleQty";
297             
this.txtSaleQty.Size = new System.Drawing.Size(89, 24);
298             
this.txtSaleQty.TabIndex = 4;
299             
this.txtSaleQty.TextChanged += new System.EventHandler(this.txtSaleQty_TextChanged);
300             
this.txtSaleQty.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtSaleQty_KeyPress);
301             
this.txtSaleQty.Validating += new System.ComponentModel.CancelEventHandler(this.txtSaleQty_Validating);
302             
//
303             
// Label9
304             
//
305             
this.Label9.AutoSize = true;
306             
this.Label9.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
307             
this.Label9.Location = new System.Drawing.Point(271, 67);
308             
this.Label9.Name = "Label9";
309             
this.Label9.Size = new System.Drawing.Size(81, 17);
310             
this.Label9.TabIndex = 75;
311             
this.Label9.Text = "Available Qty";
312             
//
313             
// txtPrice
314             
//
315             
this.txtPrice.Location = new System.Drawing.Point(138, 64);
316             
this.txtPrice.Name = "txtPrice";
317             
this.txtPrice.ReadOnly = true;
318             
this.txtPrice.Size = new System.Drawing.Size(89, 24);
319             
this.txtPrice.TabIndex = 3;
320             
//
321             
// Label10
322             
//
323             
this.Label10.AutoSize = true;
324             
this.Label10.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
325             
this.Label10.Location = new System.Drawing.Point(271, 106);
326             
this.Label10.Name = "Label10";
327             
this.Label10.Size = new System.Drawing.Size(85, 17);
328             
this.Label10.TabIndex = 76;
329             
this.Label10.Text = "Total Amount";
330             
//
331             
// txtAvailableQty
332             
//
333             
this.txtAvailableQty.Location = new System.Drawing.Point(370, 64);
334             
this.txtAvailableQty.Name = "txtAvailableQty";
335             
this.txtAvailableQty.ReadOnly = true;
336             
this.txtAvailableQty.Size = new System.Drawing.Size(89, 24);
337             
this.txtAvailableQty.TabIndex = 5;
338             
//
339             
// ListView1
340             
//
341             
this.ListView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
342             
this.ColumnHeader1,
343             
this.columnHeader6,
344             
this.ColumnHeader2,
345             
this.ColumnHeader3,
346             
this.ColumnHeader4,
347             
this.ColumnHeader5});
348             
this.ListView1.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
349             
this.ListView1.FullRowSelect = true;
350             
this.ListView1.GridLines = true;
351             
this.ListView1.Location = new System.Drawing.Point(37, 350);
352             
this.ListView1.Name = "ListView1";
353             
this.ListView1.Size = new System.Drawing.Size(651, 314);
354             
this.ListView1.TabIndex = 108;
355             
this.ListView1.UseCompatibleStateImageBehavior = false;
356             
this.ListView1.View = System.Windows.Forms.View.Details;
357             
this.ListView1.SelectedIndexChanged += new System.EventHandler(this.ListView1_SelectedIndexChanged);
358             
//
359             
// ColumnHeader1
360             
//
361             
this.ColumnHeader1.Width = 0;
362             
//
363             
// columnHeader6
364             
//
365             
this.columnHeader6.Text = "Product ID";
366             
this.columnHeader6.Width = 80;
367             
//
368             
// ColumnHeader2
369             
//
370             
this.ColumnHeader2.Text = "Product Name";
371             
this.ColumnHeader2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
372             
this.ColumnHeader2.Width = 270;
373             
//
374             
// ColumnHeader3
375             
//
376             
this.ColumnHeader3.Text = "Unit Price";
377             
this.ColumnHeader3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
378             
this.ColumnHeader3.Width = 90;
379             
//
380             
// ColumnHeader4
381             
//
382             
this.ColumnHeader4.Text = "Qty.";
383             
this.ColumnHeader4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
384             
this.ColumnHeader4.Width = 85;
385             
//
386             
// ColumnHeader5
387             
//
388             
this.ColumnHeader5.Text = "Total Amount";
389             
this.ColumnHeader5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
390             
this.ColumnHeader5.Width = 120;
391             
//
392             
// Panel2
393             
//
394             
this.Panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
395             
this.Panel2.Controls.Add(this.cmbStatus);
396             
this.Panel2.Controls.Add(this.cmbPaymentType);
397             
this.Panel2.Controls.Add(this.label20);
398             
this.Panel2.Controls.Add(this.label18);
399             
this.Panel2.Controls.Add(this.txtRemarks);
400             
this.Panel2.Controls.Add(this.label7);
401             
this.Panel2.Controls.Add(this.txtDiscountAmount);
402             
this.Panel2.Controls.Add(this.label17);
403             
this.Panel2.Controls.Add(this.txtDiscountPer);
404             
this.Panel2.Controls.Add(this.label8);
405             
this.Panel2.Controls.Add(this.txtPaymentDue);
406             
this.Panel2.Controls.Add(this.txtTotalPayment);
407             
this.Panel2.Controls.Add(this.Label19);
408             
this.Panel2.Controls.Add(this.payment);
409             
this.Panel2.Controls.Add(this.txtTotal);
410             
this.Panel2.Controls.Add(this.Label16);
411             
this.Panel2.Controls.Add(this.txtTaxAmt);
412             
this.Panel2.Controls.Add(this.Label24);
413             
this.Panel2.Controls.Add(this.txtTaxPer);
414             
this.Panel2.Controls.Add(this.Label15);
415             
this.Panel2.Controls.Add(this.txtSubTotal);
416             
this.Panel2.Controls.Add(this.Label14);
417             
this.Panel2.Location = new System.Drawing.Point(695, 408);
418             
this.Panel2.Name = "Panel2";
419             
this.Panel2.Size = new System.Drawing.Size(567, 221);
420             
this.Panel2.TabIndex = 109;
421             
//
422             
// cmbStatus
423             
//
424             
this.cmbStatus.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Append;
425             
this.cmbStatus.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
426             
this.cmbStatus.FormattingEnabled = true;
427             
this.cmbStatus.Items.AddRange(new object[] {
428             
"Confirmed",
429             
"Shipped",
430             
"Delivered",
431             
"Returned"});
432             
this.cmbStatus.Location = new System.Drawing.Point(416, 186);
433             
this.cmbStatus.Name = "cmbStatus";
434             
this.cmbStatus.Size = new System.Drawing.Size(137, 25);
435             
this.cmbStatus.TabIndex = 4;
436             
//
437             
// cmbPaymentType
438             
//
439             
this.cmbPaymentType.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Append;
440             
this.cmbPaymentType.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
441             
this.cmbPaymentType.FormattingEnabled = true;
442             
this.cmbPaymentType.Items.AddRange(new object[] {
443             
"COD",
444             
"Debit Card",
445             
"Credit Card",
446             
"By Check",
447             
"By DD",
448             
"Online"});
449             
this.cmbPaymentType.Location = new System.Drawing.Point(416, 155);
450             
this.cmbPaymentType.Name = "cmbPaymentType";
451             
this.cmbPaymentType.Size = new System.Drawing.Size(137, 25);
452             
this.cmbPaymentType.TabIndex = 3;
453             
//
454             
// label20
455             
//
456             
this.label20.AutoSize = true;
457             
this.label20.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
458             
this.label20.Location = new System.Drawing.Point(321, 186);
459             
this.label20.Name = "label20";
460             
this.label20.Size = new System.Drawing.Size(41, 17);
461             
this.label20.TabIndex = 121;
462             
this.label20.Text = "Status";
463             
//
464             
// label18
465             
//
466             
this.label18.AutoSize = true;
467             
this.label18.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
468             
this.label18.Location = new System.Drawing.Point(321, 157);
469             
this.label18.Name = "label18";
470             
this.label18.Size = new System.Drawing.Size(89, 17);
471             
this.label18.TabIndex = 120;
472             
this.label18.Text = "Payment Type";
473             
//
474             
// txtRemarks
475             
//
476             
this.txtRemarks.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
477             
this.txtRemarks.Location = new System.Drawing.Point(324, 29);
478             
this.txtRemarks.Name = "txtRemarks";
479             
this.txtRemarks.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.ForcedBoth;
480             
this.txtRemarks.Size = new System.Drawing.Size(229, 115);
481             
this.txtRemarks.TabIndex = 118;
482             
this.txtRemarks.Text = "";
483             
//
484             
// label7
485             
//
486             
this.label7.AutoSize = true;
487             
this.label7.Location = new System.Drawing.Point(322, 11);
488             
this.label7.Name = "label7";
489             
this.label7.Size = new System.Drawing.Size(57, 17);
490             
this.label7.TabIndex = 119;
491             
this.label7.Text = "Remarks";
492             
//
493             
// txtDiscountAmount
494             
//
495             
this.txtDiscountAmount.Location = new System.Drawing.Point(220, 82);
496             
this.txtDiscountAmount.Name = "txtDiscountAmount";
497             
this.txtDiscountAmount.ReadOnly = true;
498             
this.txtDiscountAmount.Size = new System.Drawing.Size(80, 24);
499             
this.txtDiscountAmount.TabIndex = 7;
500             
this.txtDiscountAmount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
501             
//
502             
// label17
503             
//
504             
this.label17.AutoSize = true;
505             
this.label17.BackColor = System.Drawing.Color.White;
506             
this.label17.Font = new System.Drawing.Font("Palatino Linotype", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
507             
this.label17.ForeColor = System.Drawing.Color.Black;
508             
this.label17.Location = new System.Drawing.Point(174, 82);
509             
this.label17.Name = "label17";
510             
this.label17.Size = new System.Drawing.Size(23, 21);
511             
this.label17.TabIndex = 101;
512             
this.label17.Text = "%";
513             
//
514             
// txtDiscountPer
515             
//
516             
this.txtDiscountPer.Location = new System.Drawing.Point(116, 83);
517             
this.txtDiscountPer.Name = "txtDiscountPer";
518             
this.txtDiscountPer.Size = new System.Drawing.Size(52, 24);
519             
this.txtDiscountPer.TabIndex = 1;
520             
this.txtDiscountPer.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
521             
this.txtDiscountPer.TextChanged += new System.EventHandler(this.txtDiscountPer_TextChanged);
522             
//
523             
// label8
524             
//
525             
this.label8.AutoSize = true;
526             
this.label8.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
527             
this.label8.Location = new System.Drawing.Point(19, 86);
528             
this.label8.Name = "label8";
529             
this.label8.Size = new System.Drawing.Size(56, 17);
530             
this.label8.TabIndex = 99;
531             
this.label8.Text = "Discount";
532             
//
533             
// txtPaymentDue
534             
//
535             
this.txtPaymentDue.Location = new System.Drawing.Point(116, 183);
536             
this.txtPaymentDue.Name = "txtPaymentDue";
537             
this.txtPaymentDue.ReadOnly = true;
538             
this.txtPaymentDue.Size = new System.Drawing.Size(81, 24);
539             
this.txtPaymentDue.TabIndex = 8;
540             
this.txtPaymentDue.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
541             
//
542             
// txtTotalPayment
543             
//
544             
this.txtTotalPayment.Location = new System.Drawing.Point(116, 150);
545             
this.txtTotalPayment.Name = "txtTotalPayment";
546             
this.txtTotalPayment.Size = new System.Drawing.Size(81, 24);
547             
this.txtTotalPayment.TabIndex = 2;
548             
this.txtTotalPayment.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
549             
this.txtTotalPayment.TextChanged += new System.EventHandler(this.txtTotalPayment_TextChanged);
550             
this.txtTotalPayment.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtTotalPayment_KeyPress);
551             
this.txtTotalPayment.Validating += new System.ComponentModel.CancelEventHandler(this.txtTotalPayment_Validating);
552             
//
553             
// Label19
554             
//
555             
this.Label19.AutoSize = true;
556             
this.Label19.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
557             
this.Label19.Location = new System.Drawing.Point(19, 183);
558             
this.Label19.Name = "Label19";
559             
this.Label19.Size = new System.Drawing.Size(83, 17);
560             
this.Label19.TabIndex = 96;
561             
this.Label19.Text = "Payment Due";
562             
//
563             
// payment
564             
//
565             
this.payment.AutoSize = true;
566             
this.payment.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
567             
this.payment.Location = new System.Drawing.Point(19, 151);
568             
this.payment.Name = "payment";
569             
this.payment.Size = new System.Drawing.Size(89, 17);
570             
this.payment.TabIndex = 95;
571             
this.payment.Text = "Total Payment";
572             
//
573             
// txtTotal
574             
//
575             
this.txtTotal.Location = new System.Drawing.Point(116, 117);
576             
this.txtTotal.Name = "txtTotal";
577             
this.txtTotal.ReadOnly = true;
578             
this.txtTotal.Size = new System.Drawing.Size(81, 24);
579             
this.txtTotal.TabIndex = 9;
580             
this.txtTotal.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
581             
//
582             
// Label16
583             
//
584             
this.Label16.AutoSize = true;
585             
this.Label16.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
586             
this.Label16.Location = new System.Drawing.Point(19, 117);
587             
this.Label16.Name = "Label16";
588             
this.Label16.Size = new System.Drawing.Size(75, 17);
589             
this.Label16.TabIndex = 94;
590             
this.Label16.Text = "Grand Total";
591             
//
592             
// txtTaxAmt
593             
//
594             
this.txtTaxAmt.Location = new System.Drawing.Point(220, 47);
595             
this.txtTaxAmt.Name = "txtTaxAmt";
596             
this.txtTaxAmt.ReadOnly = true;
597             
this.txtTaxAmt.Size = new System.Drawing.Size(80, 24);
598             
this.txtTaxAmt.TabIndex = 6;
599             
this.txtTaxAmt.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
600             
//
601             
// Label24
602             
//
603             
this.Label24.AutoSize = true;
604             
this.Label24.BackColor = System.Drawing.Color.White;
605             
this.Label24.Font = new System.Drawing.Font("Palatino Linotype", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
606             
this.Label24.ForeColor = System.Drawing.Color.Black;
607             
this.Label24.Location = new System.Drawing.Point(174, 47);
608             
this.Label24.Name = "Label24";
609             
this.Label24.Size = new System.Drawing.Size(23, 21);
610             
this.Label24.TabIndex = 92;
611             
this.Label24.Text = "%";
612             
//
613             
// txtTaxPer
614             
//
615             
this.txtTaxPer.Location = new System.Drawing.Point(116, 48);
616             
this.txtTaxPer.Name = "txtTaxPer";
617             
this.txtTaxPer.Size = new System.Drawing.Size(52, 24);
618             
this.txtTaxPer.TabIndex = 0;
619             
this.txtTaxPer.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
620             
this.txtTaxPer.TextChanged += new System.EventHandler(this.txtTaxPer_TextChanged);
621             
this.txtTaxPer.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtTaxPer_KeyPress);
622             
//
623             
// Label15
624             
//
625             
this.Label15.AutoSize = true;
626             
this.Label15.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
627             
this.Label15.Location = new System.Drawing.Point(20, 51);
628             
this.Label15.Name = "Label15";
629             
this.Label15.Size = new System.Drawing.Size(55, 17);
630             
this.Label15.TabIndex = 90;
631             
this.Label15.Text = "VAT+ST";
632             
//
633             
// txtSubTotal
634             
//
635             
this.txtSubTotal.Location = new System.Drawing.Point(116, 14);
636             
this.txtSubTotal.Name = "txtSubTotal";
637             
this.txtSubTotal.ReadOnly = true;
638             
this.txtSubTotal.Size = new System.Drawing.Size(184, 24);
639             
this.txtSubTotal.TabIndex = 5;
640             
//
641             
// Label14
642             
//
643             
this.Label14.AutoSize = true;
644             
this.Label14.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
645             
this.Label14.Location = new System.Drawing.Point(19, 16);
646             
this.Label14.Name = "Label14";
647             
this.Label14.Size = new System.Drawing.Size(61, 17);
648             
this.Label14.TabIndex = 77;
649             
this.Label14.Text = "Sub Total";
650             
//
651             
// btnRemove
652             
//
653             
this.btnRemove.Enabled = false;
654             
this.btnRemove.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
655             
this.btnRemove.Location = new System.Drawing.Point(694, 635);
656             
this.btnRemove.Name = "btnRemove";
657             
this.btnRemove.Size = new System.Drawing.Size(86, 29);
658             
this.btnRemove.TabIndex = 110;
659             
this.btnRemove.Text = "&Remove";
660             
this.btnRemove.UseVisualStyleBackColor = true;
661             
this.btnRemove.Click += new System.EventHandler(this.btnRemove_Click);
662             
//
663             
// btnPrint
664             
//
665             
this.btnPrint.Enabled = false;
666             
this.btnPrint.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
667             
this.btnPrint.Location = new System.Drawing.Point(786, 635);
668             
this.btnPrint.Name = "btnPrint";
669             
this.btnPrint.Size = new System.Drawing.Size(99, 29);
670             
this.btnPrint.TabIndex = 111;
671             
this.btnPrint.Text = "&Print Invoice";
672             
this.btnPrint.UseVisualStyleBackColor = true;
673             
this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
674             
//
675             
// Panel1
676             
//
677             
this.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
678             
this.Panel1.Controls.Add(this.btnUpdate);
679             
this.Panel1.Controls.Add(this.NewRecord);
680             
this.Panel1.Controls.Add(this.Delete);
681             
this.Panel1.Controls.Add(this.Save);
682             
this.Panel1.Location = new System.Drawing.Point(576, 39);
683             
this.Panel1.Name = "Panel1";
684             
this.Panel1.Size = new System.Drawing.Size(112, 152);
685             
this.Panel1.TabIndex = 112;
686             
//
687             
// btnUpdate
688             
//
689             
this.btnUpdate.Enabled = false;
690             
this.btnUpdate.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
691             
this.btnUpdate.Location = new System.Drawing.Point(14, 113);
692             
this.btnUpdate.Name = "btnUpdate";
693             
this.btnUpdate.Size = new System.Drawing.Size(84, 29);
694             
this.btnUpdate.TabIndex = 100;
695             
this.btnUpdate.Text = "&Update";
696             
this.btnUpdate.UseVisualStyleBackColor = true;
697             
this.btnUpdate.Click += new System.EventHandler(this.btnUpdate_Click);
698             
//
699             
// NewRecord
700             
//
701             
this.NewRecord.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
702             
this.NewRecord.Location = new System.Drawing.Point(14, 8);
703             
this.NewRecord.Name = "NewRecord";
704             
this.NewRecord.Size = new System.Drawing.Size(84, 29);
705             
this.NewRecord.TabIndex = 0;
706             
this.NewRecord.Text = "&New";
707             
this.NewRecord.UseVisualStyleBackColor = true;
708             
this.NewRecord.Click += new System.EventHandler(this.NewRecord_Click);
709             
//
710             
// Delete
711             
//
712             
this.Delete.Enabled = false;
713             
this.Delete.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
714             
this.Delete.Location = new System.Drawing.Point(14, 78);
715             
this.Delete.Name = "Delete";
716             
this.Delete.Size = new System.Drawing.Size(84, 29);
717             
this.Delete.TabIndex = 3;
718             
this.Delete.Text = "&Delete";
719             
this.Delete.UseVisualStyleBackColor = true;
720             
this.Delete.Click += new System.EventHandler(this.Delete_Click);
721             
//
722             
// Save
723             
//
724             
this.Save.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
725             
this.Save.Location = new System.Drawing.Point(14, 43);
726             
this.Save.Name = "Save";
727             
this.Save.Size = new System.Drawing.Size(84, 29);
728             
this.Save.TabIndex = 1;
729             
this.Save.Text = "&Save";
730             
this.Save.UseVisualStyleBackColor = true;
731             
this.Save.Click += new System.EventHandler(this.Save_Click);
732             
//
733             
// txtProductID
734             
//
735             
this.txtProductID.Location = new System.Drawing.Point(1037, 72);
736             
this.txtProductID.Name = "txtProductID";
737             
this.txtProductID.Size = new System.Drawing.Size(100, 24);
738             
this.txtProductID.TabIndex = 114;
739             
this.txtProductID.Visible = false;
740             
//
741             
// dataGridView1
742             
//
743             
this.dataGridView1.BackgroundColor = System.Drawing.SystemColors.ButtonHighlight;
744             
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
745             
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
746             
this.Column8,
747             
this.Column2,
748             
this.Column3,
749             
this.Column4,
750             
this.Column5});
751             
this.dataGridView1.Location = new System.Drawing.Point(695, 120);
752             
this.dataGridView1.MultiSelect = false;
753             
this.dataGridView1.Name = "dataGridView1";
754             
this.dataGridView1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
755             
this.dataGridView1.Size = new System.Drawing.Size(582, 282);
756             
this.dataGridView1.TabIndex = 115;
757             
this.dataGridView1.RowHeaderMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridView1_RowHeaderMouseClick);
758             
this.dataGridView1.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.dataGridView1_RowPostPaint);
759             
//
760             
// Column8
761             
//
762             
this.Column8.HeaderText = "Product ID";
763             
this.Column8.Name = "Column8";
764             
this.Column8.Width = 80;
765             
//
766             
// Column2
767             
//
768             
this.Column2.HeaderText = "Product Name";
769             
this.Column2.Name = "Column2";
770             
this.Column2.Width = 160;
771             
//
772             
// Column3
773             
//
774             
this.Column3.HeaderText = "Features";
775             
this.Column3.Name = "Column3";
776             
this.Column3.Width = 150;
777             
//
778             
// Column4
779             
//
780             
this.Column4.HeaderText = "Price";
781             
this.Column4.Name = "Column4";
782             
this.Column4.Width = 70;
783             
//
784             
// Column5
785             
//
786             
this.Column5.HeaderText = "Quantity";
787             
this.Column5.Name = "Column5";
788             
this.Column5.Width = 70;
789             
//
790             
// groupBox2
791             
//
792             
this.groupBox2.Controls.Add(this.txtProduct);
793             
this.groupBox2.Location = new System.Drawing.Point(695, 32);
794             
this.groupBox2.Name = "groupBox2";
795             
this.groupBox2.Size = new System.Drawing.Size(322, 82);
796             
this.groupBox2.TabIndex = 116;
797             
this.groupBox2.TabStop = false;
798             
this.groupBox2.Text = "Search by Product Name";
799             
//
800             
// txtProduct
801             
//
802             
this.txtProduct.Location = new System.Drawing.Point(16, 40);
803             
this.txtProduct.Name = "txtProduct";
804             
this.txtProduct.Size = new System.Drawing.Size(284, 24);
805             
this.txtProduct.TabIndex = 0;
806             
this.txtProduct.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
807             
//
808             
// timer1
809             
//
810             
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
811             
//
812             
// label6
813             
//
814             
this.label6.AutoSize = true;
815             
this.label6.Location = new System.Drawing.Point(573, 9);
816             
this.label6.Name = "label6";
817             
this.label6.Size = new System.Drawing.Size(39, 17);
818             
this.label6.TabIndex = 117;
819             
this.label6.Text = "label6";
820             
this.label6.Visible = false;
821             
//
822             
// frmBilling
823             
//
824             
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
825             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
826             
this.BackColor = System.Drawing.SystemColors.ButtonHighlight;
827             
this.ClientSize = new System.Drawing.Size(1289, 676);
828             
this.Controls.Add(this.label6);
829             
this.Controls.Add(this.groupBox2);
830             
this.Controls.Add(this.dataGridView1);
831             
this.Controls.Add(this.txtProductID);
832             
this.Controls.Add(this.Panel1);
833             
this.Controls.Add(this.btnRemove);
834             
this.Controls.Add(this.btnPrint);
835             
this.Controls.Add(this.Panel2);
836             
this.Controls.Add(this.ListView1);
837             
this.Controls.Add(this.GroupBox1);
838             
this.Controls.Add(this.txtCustomerName);
839             
this.Controls.Add(this.Button4);
840             
this.Controls.Add(this.Button1);
841             
this.Controls.Add(this.txtInvoiceNo);
842             
this.Controls.Add(this.dtpInvoiceDate);
843             
this.Controls.Add(this.txtCustomerID);
844             
this.Controls.Add(this.Label4);
845             
this.Controls.Add(this.Label1);
846             
this.Controls.Add(this.Label2);
847             
this.Controls.Add(this.Label3);
848             
this.Controls.Add(this.Label13);
849             
this.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
850             
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
851             
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
852             
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
853             
this.MaximizeBox = false;
854             
this.Name = "frmBilling";
855             
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
856             
this.Text = "Sales";
857             
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmInvoice_FormClosing);
858             
this.Load += new System.EventHandler(this.frmInvoice_Load);
859             
this.GroupBox1.ResumeLayout(false);
860             
this.GroupBox1.PerformLayout();
861             
this.Panel2.ResumeLayout(false);
862             
this.Panel2.PerformLayout();
863             
this.Panel1.ResumeLayout(false);
864             ((System.ComponentModel.ISupportInitialize)(
this.dataGridView1)).EndInit();
865             
this.groupBox2.ResumeLayout(false);
866             
this.groupBox2.PerformLayout();
867             
this.ResumeLayout(false);
868             
this.PerformLayout();
869
870         }
871
872         
#endregion
873
874         
internal System.Windows.Forms.Label Label13;
875         
internal System.Windows.Forms.Label Label4;
876         
internal System.Windows.Forms.Label Label1;
877         
internal System.Windows.Forms.Label Label2;
878         
internal System.Windows.Forms.Label Label3;
879         
internal System.Windows.Forms.Button Button4;
880         
internal System.Windows.Forms.Button Button1;
881         
internal System.Windows.Forms.TextBox txtInvoiceNo;
882         
internal System.Windows.Forms.DateTimePicker dtpInvoiceDate;
883         
internal System.Windows.Forms.GroupBox GroupBox1;
884         
internal System.Windows.Forms.TextBox txtTotalAmount;
885         
internal System.Windows.Forms.Label Label11;
886         
internal System.Windows.Forms.Button Button7;
887         
internal System.Windows.Forms.Label Label5;
888         
internal System.Windows.Forms.TextBox txtProductName;
889         
internal System.Windows.Forms.Label Label12;
890         
internal System.Windows.Forms.TextBox txtSaleQty;
891         
internal System.Windows.Forms.Label Label9;
892         
internal System.Windows.Forms.TextBox txtPrice;
893         
internal System.Windows.Forms.Label Label10;
894         
internal System.Windows.Forms.TextBox txtAvailableQty;
895         
internal System.Windows.Forms.ColumnHeader ColumnHeader1;
896         
internal System.Windows.Forms.ColumnHeader ColumnHeader2;
897         
internal System.Windows.Forms.ColumnHeader ColumnHeader3;
898         
internal System.Windows.Forms.ColumnHeader ColumnHeader4;
899         
internal System.Windows.Forms.ColumnHeader ColumnHeader5;
900         
internal System.Windows.Forms.Panel Panel2;
901         
internal System.Windows.Forms.TextBox txtPaymentDue;
902         
internal System.Windows.Forms.TextBox txtTotalPayment;
903         
internal System.Windows.Forms.Label Label19;
904         
internal System.Windows.Forms.Label payment;
905         
internal System.Windows.Forms.TextBox txtTotal;
906         
internal System.Windows.Forms.Label Label16;
907         
internal System.Windows.Forms.TextBox txtTaxAmt;
908         
internal System.Windows.Forms.Label Label24;
909         
internal System.Windows.Forms.TextBox txtTaxPer;
910         
internal System.Windows.Forms.Label Label15;
911         
internal System.Windows.Forms.TextBox txtSubTotal;
912         
internal System.Windows.Forms.Label Label14;
913         
internal System.Windows.Forms.Button btnRemove;
914         
internal System.Windows.Forms.Button btnPrint;
915         
internal System.Windows.Forms.Panel Panel1;
916         
internal System.Windows.Forms.Button btnUpdate;
917         
internal System.Windows.Forms.Button NewRecord;
918         
internal System.Windows.Forms.Button Delete;
919         
internal System.Windows.Forms.Button Save;
920         
private System.Windows.Forms.ColumnHeader columnHeader6;
921         
public System.Windows.Forms.TextBox txtCustomerName;
922         
public System.Windows.Forms.TextBox txtCustomerID;
923         
public System.Windows.Forms.TextBox txtProductID;
924         
public System.Windows.Forms.DataGridView dataGridView1;
925         
private System.Windows.Forms.GroupBox groupBox2;
926         
private System.Windows.Forms.TextBox txtProduct;
927         
private System.Windows.Forms.Timer timer1;
928         
public System.Windows.Forms.Label label6;
929         
private System.Windows.Forms.Label label7;
930         
public System.Windows.Forms.RichTextBox txtRemarks;
931         
public System.Windows.Forms.ListView ListView1;
932         
internal System.Windows.Forms.TextBox txtDiscountAmount;
933         
internal System.Windows.Forms.Label label17;
934         
internal System.Windows.Forms.TextBox txtDiscountPer;
935         
internal System.Windows.Forms.Label label8;
936         
internal System.Windows.Forms.Label label20;
937         
internal System.Windows.Forms.Label label18;
938         
private System.Windows.Forms.DataGridViewTextBoxColumn Column8;
939         
private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
940         
private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
941         
private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
942         
private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
943         
public System.Windows.Forms.ComboBox cmbStatus;
944         
public System.Windows.Forms.ComboBox cmbPaymentType;
945     }
946 }


Gõ tìm kiếm nhanh...